home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 June / EnigmA AMIGA RUN 08 (1996)(G.R. Edizioni)(IT)[!][issue 1996-06][EARSAN CD VII].iso / earcd / gui / muirx_20.rdm < prev    next >
Text File  |  1996-05-20  |  3KB  |  86 lines

  1. Short:    Develop MUI apps/GUIs with ARexx
  2. Uploader: russ@sneezy.lancaster.ca.us
  3. Type:     dev/gui
  4.  
  5. TITLE
  6.  
  7.      MUIRexx
  8.  
  9. VERSION
  10.  
  11.      2.0
  12.  
  13. AUTHOR
  14.  
  15.      Russell Leighton
  16.  
  17.      E-Mail: russ@sneezy.lancaster.ca.us
  18.  
  19. DESCRIPTION
  20.  
  21.     MUIRexx is a program which serves as an interface
  22.     between ARexx (Copyright 1987, William S.  Hawes) and
  23.     MagicUserInterface (Copyright 1993-95, Stefan Stuntz).
  24.     MUIRexx does not provide complete access to all of the
  25.     capabilities of MagicUserInterface (MUI), however,
  26.     quite a lot of capability is implemented in MUIRexx
  27.     such as notification, icon buttons, and application
  28.     objects (objects that react to icons dropped on them),
  29.     as well as many standard MUI objects.  Complete
  30.     graphical user interfaces as well as full applications
  31.     can be developed using MUIRexx and ARexx macros.
  32.     Additionally, it is also possible to dynamically change
  33.     or add objects after the application has been created.
  34.  
  35. HISTORY
  36.  
  37.     v1.0    2/13/96 -   initial release
  38.     v1.1    2/24/96 -   fixed enforcer hits
  39.                         added support for menus
  40.                         added a MUI settings command
  41.             2/25/96 -   improved group/menu syntax checking
  42.     v1.2i   3/10/96 -   added support for drag and drop
  43.             3/14/96 -   added options to set MUIA attributes
  44.                         removed unnecessary options (e.g. WEIGHT)
  45.     v2.0    3/20/96 -   added variable storage (set and get)
  46.             3/22/96 -   MUIA attributes are now gettable
  47.             3/23/96 -   added support for dragging multiselected items
  48.                         removed Cyclechain TAG (add using ATTRS)
  49.                         removed SELECT option from check gadget
  50.             3/24/96 -   added switch gadget
  51.                         list objects are now dropable
  52.                         group objects are now dropable
  53.             3/26/96 -   stack size now set for commands
  54.             3/28/96 -   added method command
  55.             3/30/96 -   added object gadget
  56.                         removed scale gadget (use object instead)
  57.             3/31/96 -   added support for setting app attributes/methods
  58.                         if started from WB then icon is set
  59.                         added support for multicolumn lists
  60.                         removed dirlist DIR and FORMAT options (use ATTRS)
  61.             4/1/96 -    removed config and muiset commands (use method)
  62.             4/2/96 -    added support for boopsi objects
  63.             4/5/96 -    added support for datatype images
  64.  
  65. SPECIAL REQUIREMENTS
  66.  
  67.     * Version 3.0 of the Amiga operating system or higher
  68.     * MUI 3.0 or better
  69.     * ARexx
  70.  
  71. HOST NAME
  72.  
  73.      FTP/Internet: AmiNet (ftp.wustl.edu) and mirrors
  74.  
  75. DIRECTORY
  76.  
  77.      pub/aminet/dev/gui
  78.  
  79. FILE NAME
  80.  
  81.      muirexx_2_0.lha
  82.  
  83. DISTRIBUTABILITY
  84.  
  85.      Freely distributable, Copyright by the author.
  86.